net.ipv6ZoneCache.toIndex (field)
6 uses
net (current package)
interface.go#L184: toIndex map[string]int // interface name to its index
interface.go#L189: toIndex: make(map[string]int),
interface.go#L210: zc.toIndex = make(map[string]int, len(ift))
interface.go#L213: zc.toIndex[ifi.Name] = ifi.Index
interface.go#L247: index, ok := zoneCache.toIndex[name]
interface.go#L252: index, ok = zoneCache.toIndex[name]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |